--- /dev/null
+# gpsbabel XCSV style file
+# Author: Tom Glaab
+#
+DESCRIPTION Navigon Waypoints
+SHORTLEN 8
+#
+#
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER |
+RECORD_DELIMITER NEWLINE
+BADCHARS |
+
+#
+# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
+#
+
+OFIELD SHORTNAME, "","[%-.14s "
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "","]"
+OFIELD CONSTANT, "%s","[0][17]"
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD LON_DECIMAL, "", "%08.5f"
+OFIELD LAT_DECIMAL, "", "%08.5f"
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s",""
+OFIELD CONSTANT, "%s","49"
--- /dev/null
+<para>
+ This is the waypoint file format for Navigon units such as the Navigon 7100.
+</para>
+<para>
+ To actually manipulate the file on the unit, use a USB cable or SD card
+ reader and work with "MN6\Settings\Favorites.storage".
+ The waypoints are be created with a minimal amount of data; the unit will
+ fill in the other fields on use. The other fields appear to be references the
+ unit infers, such as nearby streets.
+</para>
+<para>
+ Note that this is the waypoint/placemark format (.storage) and not the
+ route file format (.rte, .mn4) that is used by routes.
+</para>